home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Ian & Stuart's Australian Mac: Not for Sale
/
Another.not.for.sale (Australia).iso
/
hold me in your arms
/
PGP 2.6
/
pgp2.6 Source
/
src
/
global.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-05-07
|
236b
|
16 lines
/* Needed by RSAREF */
#ifdef __alpha
typedef unsigned UINT4;
#else
typedef unsigned long UINT4;
#endif
typedef unsigned short UINT2;
typedef void *POINTER;
#define NULL_PTR ((POINTER)0)
#define PROTOTYPES 1
#define PROTO_LIST(x) x